home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / game / board / Exchess.lha / EXChess / cpieces.h < prev    next >
Text File  |  1998-02-10  |  2KB  |  36 lines

  1. /* Allegro data file object indexes, produced by dat v2.2 */
  2. /* Datafile: cpieces.dat */
  3. /* Date: Sat Sep 13 23:18:06 1997 */
  4. /* Do not hand edit! */
  5.  
  6. #define ACOLOR                           0        /* PAL  */
  7. #define BBISH_B_BMP                      1        /* BMP  */
  8. #define BBISH_W_BMP                      2        /* BMP  */
  9. #define BKING_B_BMP                      3        /* BMP  */
  10. #define BKING_W_BMP                      4        /* BMP  */
  11. #define BKNIGH_B_BMP                     5        /* BMP  */
  12. #define BKNIGH_W_BMP                     6        /* BMP  */
  13. #define BPAWN_B_BMP                      7        /* BMP  */
  14. #define BPAWN_W_BMP                      8        /* BMP  */
  15. #define BQUEEN_B_BMP                     9        /* BMP  */
  16. #define BQUEEN_W_BMP                     10        /* BMP  */
  17. #define BROOK_B_BMP                      11       /* BMP  */
  18. #define BROOK_W_BMP                      12       /* BMP  */
  19. #define NONE_B_BMP                       13       /* BMP  */
  20. #define NONE_W_BMP                       14       /* BMP  */
  21. #define WBISH_B_BMP                      15       /* BMP  */
  22. #define WBISH_W_BMP                      16       /* BMP  */
  23. #define WKING_B_BMP                      17       /* BMP  */
  24. #define WKING_W_BMP                      18       /* BMP  */
  25. #define WKNIGH_B_BMP                     19       /* BMP  */
  26. #define WKNIGH_W_BMP                     20       /* BMP  */
  27. #define WPAWN_B_BMP                      21       /* BMP  */
  28. #define WPAWN_W_BMP                      22       /* BMP  */
  29. #define WQUEEN_B_BMP                     23       /* BMP  */
  30. #define WQUEEN_W_BMP                     24       /* BMP  */
  31. #define WROOK_B_BMP                      25       /* BMP  */
  32. #define WROOK_W_BMP                      26       /* BMP  */
  33.  
  34. const int cpieces[26] = { 14, 8, 6, 2, 12, 10, 4, 22, 20, 16, 26, 24, 18, 
  35.                           13, 7, 5, 1, 11, 9, 3, 21, 19, 15, 25, 23, 17 }; 
  36.